←Select platform

WatershedCommand Constructor(LeadPoint[][])

Summary
Initializes a new WatershedCommand class object.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal pointsArray()() As LeadPoint _ 
) 
- (instancetype)init 
public WatershedCommand() 
public: 
WatershedCommand(  
   array<array<LeadPoint>^>^> pointsArray 
) 

Parameters

pointsArray
Array of Leadtools.LeadPoint arrays which holds the initial point/path that represents the point or path from which to segment the bitmap.

Example

Refer to the WatershedCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.